@@ -73,32 +73,33 @@ Usage: shallow-backup [OPTIONS]
73
73
Written by Aaron Lichtman (@alichtman).
74
74
75
75
Options:
76
- --add-dot TEXT Add a dotfile or dotfolder to config by path.
77
- -backup-all Full back up.
78
- -backup-configs Back up app config files.
79
- -backup-dots Back up dotfiles.
80
- -backup-packages Back up package libraries.
81
- -delete-config Delete config file.
82
- -destroy-backup Delete backup directory.
83
- -dry-run Don' t backup or reinstall any files, just give
84
- verbose output.
85
-
86
- -backup-fonts Back up installed fonts.
87
- --new-path TEXT Input a new back up directory path.
88
- -no-new-backup-path-prompt Skip setting new back up directory path prompt.
89
- -no-splash Don' t display splash screen.
90
- -reinstall-all Full reinstallation.
91
- -reinstall-configs Reinstall configs.
92
- -reinstall-dots Reinstall dotfiles and dotfolders.
93
- -reinstall-fonts Reinstall fonts.
94
- -reinstall-packages Reinstall packages.
95
- --remote TEXT Set remote URL for the git repo.
96
- -separate-dotfiles-repo Use if you are trying to maintain a separate
97
- dotfiles repo and running into issue # 229.
98
-
99
- -show Display config file.
100
- -v, --version Display version and author info.
101
- -h, -help, --help Show this message and exit.
76
+
77
+ --add-dot TEXT Add a dotfile or dotfolder to config by path.
78
+ --backup-all Full back up.
79
+ --backup-configs Back up app config files.
80
+ --backup-dots Back up dotfiles.
81
+ --backup-fonts Back up installed fonts.
82
+ --backup-packages Back up package libraries.
83
+ --delete-config Delete config file.
84
+ --destroy-backup Delete backup directory.
85
+ --dry-run Don' t backup or reinstall any files, just give
86
+ verbose output.
87
+
88
+ --new-path TEXT Input a new back up directory path.
89
+ --no-new-backup-path-prompt Skip setting new back up directory path prompt.
90
+ --no-splash Don' t display splash screen.
91
+ --reinstall-all Full reinstallation.
92
+ --reinstall-configs Reinstall configs.
93
+ --reinstall-dots Reinstall dotfiles and dotfolders.
94
+ --reinstall-fonts Reinstall fonts.
95
+ --reinstall-packages Reinstall packages.
96
+ --remote TEXT Set remote URL for the git repo.
97
+ --separate-dotfiles-repo Use if you are trying to maintain a separate
98
+ dotfiles repo and running into issue # 229.
99
+
100
+ --show Display config file.
101
+ -v, --version Display version and author info.
102
+ -h, -help, --help Show this message and exit.
102
103
` ` `
103
104
104
105
0 commit comments