Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
juancaruizc committed Mar 19, 2021
1 parent 37aa5cb commit 45296b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions specs/knex.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var completionSpec = {
options: [],
},
{
name: 'migrate:currentVersion ',
name: 'migrate:currentVersion',
description: 'View the current version for the migration.',
args: {},
options: [],
Expand All @@ -53,13 +53,13 @@ var completionSpec = {
options: [],
},
{
name: 'migrate:unlock ',
name: 'migrate:unlock',
description: 'Forcibly unlocks the migrations lock table.',
args: {},
options: [],
},
{
name: 'seed:make ',
name: 'seed:make',
description: 'Create a named seed file.',
args: {
name: 'seed name',
Expand Down Expand Up @@ -96,12 +96,12 @@ var completionSpec = {
args: {},
},
{
name: ['--knexpath '],
name: ['--knexpath'],
description: 'Specify the path to knex instance.',
args: {},
},
{
name: ['--cwd '],
name: ['--cwd'],
description: 'Specify the working directory.',
args: {},
},
Expand All @@ -111,7 +111,7 @@ var completionSpec = {
args: {},
},
{
name: ['--connection '],
name: ['--connection'],
description: 'Set DB connection without a knexfile.',
args: {},
},
Expand All @@ -133,7 +133,7 @@ var completionSpec = {
},
},
{
name: ['--esm '],
name: ['--esm'],
description: 'Enable ESM interop.',
args: {},
},
Expand All @@ -143,12 +143,12 @@ var completionSpec = {
args: {},
},
{
name: ['--timestamp-filename-prefix '],
name: ['--timestamp-filename-prefix'],
description: 'Enable a timestamp prefix on name of generated seed files.',
args: {},
},
{
name: ['--help '],
name: ['--help'],
description: 'display help for command',
args: {},
},
Expand Down

0 comments on commit 45296b8

Please sign in to comment.