mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
fix(cli): remove outdated help text
This commit is contained in:
parent
ceb869671e
commit
2d3886159f
|
@ -31,12 +31,7 @@ Exports the ~/myconfig.omp.json config file and prints the result to stdout.
|
|||
|
||||
> oh-my-posh config export --config ~/myconfig.omp.json --format toml
|
||||
|
||||
Exports the ~/myconfig.omp.json config file to toml and prints the result to stdout.
|
||||
|
||||
> oh-my-posh config export --config ~/myconfig.omp.json --format toml --write
|
||||
|
||||
Exports the ~/myconfig.omp.json config file to toml and writes the result to your config file.
|
||||
A backup of the current config can be found at ~/myconfig.omp.json.bak.`,
|
||||
Exports the ~/myconfig.omp.json config file to toml and prints the result to stdout.`,
|
||||
Args: cobra.NoArgs,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
env := &platform.Shell{
|
||||
|
|
Loading…
Reference in a new issue