File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -10,30 +10,6 @@ const logger = std.log.scoped(.arm);
1010const janitor = @import ("janitor_main.zig" );
1111
1212const VERSION = "0.0.1" ;
13- const HELPTEXT =
14- \\ arm: remove files from the index
15- \\
16- \\ usage:
17- \\ \tarm [options] path
18- \\
19- \\ options:
20- \\ \t-h\tprints this help and exits
21- \\ \t-V\tprints version and exits
22- \\ \t-f\tforcefully delete a path
23- \\ \t(TODO support folder paths)
24- \\ \t-r\tremove files recursively (in a folder)
25- \\ \t-t tag\tremove a tag from a file
26- \\ \t(does not delete the file)
27- \\ \t-p pool_id\tremove a file from a pool
28- \\ \t(does not delete the file)
29- \\ \t--dry-run\tdon't edit the index database
30- \\
31- \\ examples:
32- \\ arm path/to/file
33- \\ arm -r path/to/folder
34- \\ arm -t mytag path/to/file
35- \\ arm -p 1234 file/in/pool
36- ;
3713
3814const StringList = std .ArrayList ([]const u8 );
3915const CoreList = std .ArrayList (Context .Hash );
You can’t perform that action at this time.
0 commit comments