rpgsheet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 98eb6dd68c59af9f12b29e9c15f54a23fb17aabc
parent b241089fc25c6434be35d70586d73b7cbbf88a24
Author: Skylar Hill <stellarskylark@posteo.net>
Date:   Sun,  5 Jun 2022 04:27:24 -0500

Update usage

Diffstat:
Msrc/rpgsheet.nim | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/rpgsheet.nim b/src/rpgsheet.nim @@ -9,13 +9,11 @@ import verb, tui let usage = """ Usage: - rpgsheet sheet.yaml action + rpgsheet sheet.yaml [action] Options: -v --view View action - -i --interactive Interactive mode - (don't need to supply - an action)""" + -i --interactive Interactive mode (inferred if no action is supplied)""" proc loadSheet(file: string): YamlDocument = let stream = openFileStream(file, fmRead)