-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With git, you can run git rm -rf <dir> to remove a directory, but this fails with cfg.
drake@element:~/workspace/test_base$ cfg rm lol
error: 'git rm --cached lol' failed
error: exit status 128
output: fatal: not removing 'lol' recursively without -r
drake@element:~/workspace/test_base$ cfg rm lol -r
Error: unknown shorthand flag: 'r' in -r
Usage:
cfg rm [flags]
Flags:
-h, --help help for rm
Global Flags:
--global-config string global config file (default is $HOME/.cfg.yaml)
unknown shorthand flag: 'r' in -r
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request