File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
examples/extensible-delegate Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ bashly generate
1010./mygit push
1111
1212# any unknown command will go to the git executable
13- ./mygit rm
13+ ./mygit rm some-file-that-doesnt-exist
Original file line number Diff line number Diff line change @@ -22,13 +22,5 @@ Commands:
2222# code for 'mygit push' goes here
2323# you can edit it freely and regenerate (it will not be overwritten)
2424args: none
25- + ./mygit rm
26- usage: git rm [<options>] [--] <file>...
27-
28- -n, --dry-run dry run
29- -q, --quiet do not list removed files
30- --cached only remove from the index
31- -f, --force override the up-to-date check
32- -r allow recursive removal
33- --ignore-unmatch exit with a zero status even if nothing matched
34-
25+ + ./mygit rm some-file-that-doesnt-exist
26+ fatal: pathspec 'some-file-that-doesnt-exist' did not match any files
You can’t perform that action at this time.
0 commit comments