Skip to content

Commit

Permalink
chore: example config link in help
Browse files Browse the repository at this point in the history
nwtgck committed May 21, 2023
1 parent 4d27ade commit a5ea2a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -52,6 +52,10 @@ const parser = yargs
required: true,
})
.alias("config-path", "config-yaml-path")
.epilogue(`\
Example configs are found in
https://github.com/nwtgck/rich-piping-server#readme
`)
.command("migrate-config", "Print migrated config", (yargs) => {
}, (argv) => {
migrateConfigCommand(argv.configPath);

0 comments on commit a5ea2a0

Please sign in to comment.