Add editing options

[ci skip]
This commit is contained in:
2024-05-30 22:17:46 +02:00
parent 6569a73c7c
commit 5938e9a346
2 changed files with 16 additions and 17 deletions

View File

@ -39,16 +39,3 @@ This is done by default during the deploy pipeline.
The `manage` shell script lets you do basic song management and saves you some
manual labour. Simply run the script itself or invoke `help` to get a list of
all available commands.
```
./manage help
Usage: ./manage <command> [options]
Commands:
help Show this help message and exit
new <name> Create a new song with the specified name
Examples:
./manage help
./manage new [song-name]
```