mirror of
https://github.com/sern-handler/cli
synced 2026-06-27 18:22:20 +00:00
refactor: add jsdoc for gitinit
This commit is contained in:
@@ -93,7 +93,9 @@ export const npmInit = {
|
||||
message: `Do you want to ${blueBright('me')} to initialize npm?`,
|
||||
initial: true,
|
||||
};
|
||||
|
||||
/**
|
||||
* @type {import('prompts').PromptObject}
|
||||
*/
|
||||
export const gitInit = {
|
||||
name: 'gitinit',
|
||||
type: 'confirm',
|
||||
|
||||
Reference in New Issue
Block a user