Skip to content

Commit 64f3e9c

Browse files
committed
fix: source synxtax
1 parent dd36d09 commit 64f3e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-config-cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export const cli = yargs
360360
name: ['completion [shell]', 'completions [shell]'],
361361
description: 'Prints bash completions',
362362
examples: [
363-
['<(source $0 completion bash)', 'Adds bash completions, put this in your bashrc'],
363+
['source <($0 completion bash)', 'Adds bash completions, put this in your bashrc'],
364364
],
365365
positional: {
366366
shell: {

0 commit comments

Comments
 (0)