Instead of using $1 for file names, $* is used which results in spaces being allowed without quoting. This is in line with how the new command works. As an example, it means the command ``` kb edit this is a test ``` will try and edit a file with the title "this is a test" rather than "this"master
parent
05e5cac976
commit
73894bb252
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue