We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7fdd4 commit 8cfd7ceCopy full SHA for 8cfd7ce
custom-completions/scoop/scoop-completions.nu
@@ -117,7 +117,7 @@ def scoopCommands [] {
117
[value, description];
118
[
119
# eg. scoop-help.ps1 -> help
120
- ($command.name | path basename | str substring 6..-4),
+ ($command.name | path basename | str substring 6..-5),
121
# second line is starts with '# Summary: '
122
# eg. '# Summary: Install apps' -> 'Install apps'
123
(open $command.name | lines | skip 1 | first | str substring 11..)
0 commit comments