Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Counter-intuitive group errors #137

@ikeydoherty

Description

@ikeydoherty

Currently the requirement for group creation leads to .. well.. misleading errors:

ikey@evolveos ~/Work/build
$ ./buxtonctl set-string user test test test
ikey@evolveos ~/Work/build
$ ./buxtonctl get-string user test test
unknown type
ikey@evolveos ~/Work/build

Obviously once the group is created, all is well:

ikey@evolveos ~/Work/build
$ ./buxtonctl create-group user test
ikey@evolveos ~/Work/build
$ ./buxtonctl set-string user test test test
ikey@evolveos ~/Work/build
$ ./buxtonctl get-string user test test
[user] test:test = string: test
ikey@evolveos ~/Work/build

Perhaps this particular error needs documenting, i.e. set should fail when the group isn't created first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions