-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: more customization commands (#175)
- Loading branch information
Showing
25 changed files
with
360 additions
and
35 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## flow config set notifications | ||
|
||
Enable or disable notifications. | ||
|
||
``` | ||
flow config set notifications [true|false] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for notifications | ||
--sound Update completion sound notification setting | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-x, --non-interactive Disable displaying flow output via terminal UI rendering. This is only needed if the interactive output is enabled by default in flow's configuration. | ||
--sync Sync flow cache and workspaces | ||
--verbosity int Log verbosity level (-1 to 1) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [flow config set](flow_config_set.md) - Update flow configuration values. | ||
|
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## flow config set theme | ||
|
||
Set the theme for the TUI views | ||
|
||
``` | ||
flow config set theme [default|dark|light|dracula|tokyo-night] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for theme | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-x, --non-interactive Disable displaying flow output via terminal UI rendering. This is only needed if the interactive output is enabled by default in flow's configuration. | ||
--sync Sync flow cache and workspaces | ||
--verbosity int Log verbosity level (-1 to 1) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [flow config set](flow_config_set.md) - Update flow configuration values. | ||
|
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## flow config set timeout | ||
|
||
Set the default timeout for executables. | ||
|
||
``` | ||
flow config set timeout DURATION [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for timeout | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-x, --non-interactive Disable displaying flow output via terminal UI rendering. This is only needed if the interactive output is enabled by default in flow's configuration. | ||
--sync Sync flow cache and workspaces | ||
--verbosity int Log verbosity level (-1 to 1) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [flow config set](flow_config_set.md) - Update flow configuration values. | ||
|
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,3 +1,4 @@ | ||
Guide coming soon... | ||
flow can be used to render templates using the [flow template](../cli/flow_template.md) command. | ||
Templates are defined using the templating language. The `flow template` command can be used to render templates using the following syntax: | ||
|
||
In the meantime, see [Template](../types/template.md) and [flow template](../cli/flow_template.md). | ||
```shell |
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.