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.
--os-file
1 parent 855fd6e commit f090951Copy full SHA for f090951
completions/bash
@@ -360,7 +360,6 @@ __fastfetch_completion()
360
local FF_OPTIONS_PATH=(
361
"-c"
362
"--config"
363
- "--os-file"
364
"--lib-pci"
365
"--lib-vulkan"
366
"--lib-wayland"
src/data/help.json
@@ -937,14 +937,6 @@
937
"default": "-"
938
}
939
},
940
- {
941
- "long": "os-file",
942
- "desc": "Set the additional file path which containing OS information",
943
- "remark": "Linux only",
944
- "arg": {
945
- "type": "path"
946
- }
947
- },
948
{
949
"long": "disk-folders",
950
"desc": "A colon (semicolon on Windows) separated list of folder paths to be detected",
0 commit comments