-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prep: updating documentation for release of v0.12.2
- Loading branch information
Showing
56 changed files
with
668 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,61 @@ | ||
.TH "tom" "3" "Feb 2021" "Auto generated by spf13/cobra" "" | ||
.nh | ||
.ad l | ||
|
||
.TH "tom" "3" "Jul 2022" "Auto generated by spf13/cobra" "" | ||
|
||
.SH NAME | ||
.PP | ||
tom\-config\-set \- Sets a configuration value | ||
tom-config-set - Sets a configuration value | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBtom config set <key> <value>\fP | ||
\fBtom config set \fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
Sets a configuration value to a new value. Use \fB\fCtom config\fR to see a list of all supported keys. Bash completion will suggest the names of built\-in keys. | ||
Sets a configuration value to a new value. Use \fB\fCtom config\fR to see a list of all supported keys. Bash completion will suggest the names of built-in keys. | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB\-h\fP, \fB\-\-help\fP[=false] | ||
help for set | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for set | ||
|
||
|
||
.SH OPTIONS INHERITED FROM PARENT COMMANDS | ||
.PP | ||
\fB\-\-backup\-dir\fP="" | ||
backup directory (default is $HOME/.tom/backup) | ||
\fB--backup-dir\fP="" | ||
backup directory (default is $HOME/.tom/backup) | ||
|
||
.PP | ||
\fB-c\fP, \fB--config\fP="" | ||
config file (default is $HOME/.tom/tom.yaml) | ||
|
||
.PP | ||
\fB\-c\fP, \fB\-\-config\fP="" | ||
config file (default is $HOME/.tom/tom.yaml) | ||
\fB--data-dir\fP="" | ||
data directory (default is $HOME/.tom) | ||
|
||
.PP | ||
\fB\-\-data\-dir\fP="" | ||
data directory (default is $HOME/.tom) | ||
\fB--iso-dates\fP[=false] | ||
use ISO date format instead of a locale-specific format (default is false) | ||
|
||
|
||
.SH EXAMPLE | ||
.PP | ||
.RS | ||
|
||
.nf | ||
tom config set data\_dir $HOME/tom\-data | ||
tom config set data_dir $HOME/tom-data | ||
|
||
.fi | ||
.RE | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBtom\-config(3)\fP | ||
\fBtom-config(3)\fP | ||
|
||
|
||
.SH HISTORY | ||
.PP | ||
3\-Feb\-2021 Auto generated by spf13/cobra | ||
19-Jul-2022 Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.