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 4758541 commit 7d0e3f3Copy full SHA for 7d0e3f3
contributing-guides/style-guide.md
@@ -449,11 +449,12 @@ Try to keep the following order:
449
- Program name
450
- Input redirection from a file
451
- All subcommands
452
-- Options/Flags
453
- Positional arguments/Packages/Data/...
+- Option flags
454
+- Options with arguments
455
- Output redirection to a file
456
-For example: `systemctl < input_file.txt status --user pipewire > output_file.txt`
457
+For example: `systemctl < input_file.txt status pipewire --user > output_file.txt`
458
459
This is only a suggestion and should be disregarded when program functionality or readability dictates otherwise.
460
0 commit comments