We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb10e1c commit d9f1db1Copy full SHA for d9f1db1
completions/fish
@@ -85,8 +85,7 @@ string match -r -a -g "^###> ?(.*)" < (status -f) | string collect | python3 | s
85
###> elif type == 'config':
86
###> print(f'{command_prefix} -x -a "(__fastfetch_complete_config)"')
87
###> elif type == 'enum':
88
-###> temp: str = ' '.join(map(lambda x: f"{x[0]}\\t{x[1]}", flag["arg"]["enum"].items()))
89
-###> print(f'{command_prefix} -x -a "{temp}"')
+###> print(f'{command_prefix} -x -a "{' '.join(flag["arg"]["enum"])}"')
90
###> elif type == 'logo':
91
###> print(f'{command_prefix} -x -a "(__fastfetch_complete_logo)"')
92
###> elif type == 'structure':
0 commit comments