knowledge-base/inc
Jonathan Hodgson 73894bb252 Make the update and view file changes use all command line positions
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"
2020-12-30 19:26:15 +00:00
..
file-management Make the update and view file changes use all command line positions 2020-12-30 19:26:15 +00:00
fzf Fix inconsistency between help message and actions for fzf 2020-12-22 09:38:21 +00:00
init Adds the ability to add files that already exist 2020-12-30 16:42:47 +00:00
tag-management Adds perge-tags option 2020-12-30 17:42:22 +00:00
yaml Adds the ability to add files that already exist 2020-12-30 16:42:47 +00:00