This commit is contained in:
aichy 2022-09-28 19:13:12 +08:00
parent 7361fecf58
commit c0fb000fab
2 changed files with 3 additions and 5 deletions

View File

@ -578,6 +578,4 @@ ALTER TABLE `user_group`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'user group id';
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

View File

@ -9,8 +9,8 @@ USAGE
answer command
COMMANDS
init init answer config
-c config path, eg: -c data/config.yaml
init init answer config, eg:answer init
run config path, eg:answer run -c data/config.yaml
`
func Usage() {