mirror of https://gitee.com/answerdev/answer.git
fix
This commit is contained in:
parent
7361fecf58
commit
c0fb000fab
|
@ -578,6 +578,4 @@ ALTER TABLE `user_group`
|
||||||
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'user group id';
|
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'user group id';
|
||||||
COMMIT;
|
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 */;
|
|
||||||
|
|
|
@ -9,8 +9,8 @@ USAGE
|
||||||
answer command
|
answer command
|
||||||
|
|
||||||
COMMANDS
|
COMMANDS
|
||||||
init init answer config
|
init init answer config, eg:answer init
|
||||||
-c config path, eg: -c data/config.yaml
|
run config path, eg:answer run -c data/config.yaml
|
||||||
`
|
`
|
||||||
|
|
||||||
func Usage() {
|
func Usage() {
|
||||||
|
|
Loading…
Reference in New Issue