Start CLI and db schema queries
This commit is contained in:
@@ -27,7 +27,6 @@ export class CLIService extends AppClass {
|
||||
protected readonly logger: Logging,
|
||||
) { super() }
|
||||
|
||||
|
||||
/**
|
||||
* Find a registered directive using its keyword, if one exists.
|
||||
* @param {string} keyword
|
||||
@@ -57,4 +56,17 @@ export class CLIService extends AppClass {
|
||||
this.logger.verbose(`Registering CLI directive with keyword: ${directive.keyword}`)
|
||||
this.directives.push(directive)
|
||||
}
|
||||
|
||||
public show_logo() {
|
||||
return true
|
||||
}
|
||||
|
||||
public get_logo() {
|
||||
return `██████╗ █████╗ ████████╗ ██████╗ ███╗ ██╗
|
||||
██╔══██╗██╔══██╗╚══██╔══╝██╔═══██╗████╗ ██║
|
||||
██║ ██║███████║ ██║ ██║ ██║██╔██╗ ██║
|
||||
██║ ██║██╔══██║ ██║ ██║ ██║██║╚██╗██║
|
||||
██████╔╝██║ ██║ ██║ ╚██████╔╝██║ ╚████║
|
||||
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user