SettingCommand cleanup #7
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
perpetual
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: oko/kiafumi#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The new settings functionality is great - though, it's a bit silly it uses 4 seperate commands.
Wouldnt it be more intuitive (and easier to maintain?) if the settings command was consolidated into subcommands?
Under this model, the
setting
command would be as follows:setting
list
(replacessettings
)get
(replacessetting
)set
(replacessetting_set
)reset
(replacessetting_clear
)Im requesting feedback on this.
All under a subcommand now.