mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -25,13 +25,11 @@ module.exports = class GithubCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'author',
|
||||
prompt: 'Who is the author of the repository?',
|
||||
type: 'string',
|
||||
parse: author => encodeURIComponent(author)
|
||||
},
|
||||
{
|
||||
key: 'repository',
|
||||
prompt: 'What is the name of the repository?',
|
||||
type: 'string',
|
||||
parse: repository => encodeURIComponent(repository)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user