Skip to content

Commit 69486a2

Browse files
committed
fix: print general commands in brackets
so that they appear in the top of a devshell message
1 parent c965db1 commit 69486a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/modules_schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ and shown in the help menu.
9797

9898
**Default value**:
9999
```nix
100-
{"_type":"literalExpression","text":"\"general commands\""}
100+
{"_type":"literalExpression","text":"\"[general commands]\""}
101101
```
102102

103103

modules/commands.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ let
109109

110110
category = mkOption {
111111
type = types.str;
112-
default = "general commands";
112+
default = "[general commands]";
113113
description = ''
114114
Set a free text category under which this command is grouped
115115
and shown in the help menu.

0 commit comments

Comments
 (0)