replace crystallib with herolib

This commit is contained in:
timurgordon
2025-01-22 23:57:49 +00:00
parent 915951d84f
commit dce0b71530
11 changed files with 18 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ pub fn cmd_installers(mut cmdroot Command) {
required: false
name: 'gitpull'
abbrev: 'gp'
description: 'e.g. in crystallib or other git repo pull changes.'
description: 'e.g. in herolib or other git repo pull changes.'
})
cmd_run.add_flag(Flag{
@@ -48,7 +48,7 @@ pub fn cmd_installers(mut cmdroot Command) {
required: false
name: 'gitreset'
abbrev: 'gr'
description: 'e.g. in crystallib or other git repo pull & reset changes.'
description: 'e.g. in herolib or other git repo pull & reset changes.'
})
cmdroot.add_command(cmd_run)
}