refactor: Display better command hints
This commit is contained in:
parent
e6a1fcb5b6
commit
ee6ba0de84
2 changed files with 23 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class InputBar extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'/$command',
|
||||
commandExample(command),
|
||||
style: const TextStyle(fontFamily: 'monospace'),
|
||||
),
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue