fixed comment typo and updated default fallback displayable props
This commit is contained in:
parent
6bde84131c
commit
472671fee1
|
@ -210,7 +210,7 @@ func (pb *PocketBase) eagerParseFlags(config *Config) error {
|
||||||
return pb.RootCmd.ParseFlags(os.Args[1:])
|
return pb.RootCmd.ParseFlags(os.Args[1:])
|
||||||
}
|
}
|
||||||
|
|
||||||
// skipBootstrap eagerly checks if the app should skip the bootstap process:
|
// skipBootstrap eagerly checks if the app should skip the bootstrap process:
|
||||||
// - already bootstrapped
|
// - already bootstrapped
|
||||||
// - is unknown command
|
// - is unknown command
|
||||||
// - is the default help command
|
// - is the default help command
|
||||||
|
|
|
@ -1436,10 +1436,12 @@ export default class CommonHelper {
|
||||||
const fallbackProps = [
|
const fallbackProps = [
|
||||||
"title",
|
"title",
|
||||||
"name",
|
"name",
|
||||||
|
"slug",
|
||||||
"email",
|
"email",
|
||||||
"username",
|
"username",
|
||||||
"heading",
|
|
||||||
"label",
|
"label",
|
||||||
|
"heading",
|
||||||
|
"message",
|
||||||
"key",
|
"key",
|
||||||
"id",
|
"id",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue