File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { prepareFlags } from '../../utils/flags.js'
12
12
import { printFlagList } from '../../utils/formatting.js'
13
13
// import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
14
14
15
- /** @type {import('../../utils/meow-with-subcommands').CliSubcommand } */
15
+ /** @type {import('../../utils/meow-with-subcommands.js ').CliSubcommand } */
16
16
export const create = {
17
17
description : 'Create a repository in an organization' ,
18
18
async run ( argv , importMeta , { parentName } ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { InputError } from '../../utils/errors.js'
11
11
import { printFlagList } from '../../utils/formatting.js'
12
12
// import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
13
13
14
- /** @type {import('../../utils/meow-with-subcommands').CliSubcommand } */
14
+ /** @type {import('../../utils/meow-with-subcommands.js ').CliSubcommand } */
15
15
export const del = {
16
16
description : 'Delete a repository in an organization' ,
17
17
async run ( argv , importMeta , { parentName } ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { meowWithSubcommands } from '../../utils/meow-with-subcommands.js'
8
8
9
9
const description = 'Repositories related commands'
10
10
11
- /** @type {import('../../utils/meow-with-subcommands').CliSubcommand } */
11
+ /** @type {import('../../utils/meow-with-subcommands.js ').CliSubcommand } */
12
12
export const repo = {
13
13
description,
14
14
run : async ( argv , importMeta , { parentName } ) => {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { InputError } from '../../utils/errors.js'
11
11
import { printFlagList } from '../../utils/formatting.js'
12
12
// import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
13
13
14
- /** @type {import('../../utils/meow-with-subcommands').CliSubcommand } */
14
+ /** @type {import('../../utils/meow-with-subcommands.js ').CliSubcommand } */
15
15
export const update = {
16
16
description : 'Update a repository in an organization' ,
17
17
async run ( argv , importMeta , { parentName } ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { InputError } from '../../utils/errors.js'
10
10
import { printFlagList } from '../../utils/formatting.js'
11
11
// import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
12
12
13
- /** @type {import('../../utils/meow-with-subcommands').CliSubcommand } */
13
+ /** @type {import('../../utils/meow-with-subcommands.js ').CliSubcommand } */
14
14
export const view = {
15
15
description : 'View repositories in an organization' ,
16
16
async run ( argv , importMeta , { parentName } ) {
You can’t perform that action at this time.
0 commit comments