Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo_Project_Nguyen
UI
DojoCLI
Commits
d01ad018
Commit
d01ad018
authored
10 months ago
by
kelly.nguyen
Browse files
Options
Downloads
Patches
Plain Diff
remove useless lines
parent
a57afe31
No related branches found
No related tags found
No related merge requests found
Pipeline
#33690
failed
10 months ago
Stage: code_quality
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts
+4
-5
4 additions, 5 deletions
...src/commander/user/subcommands/UserCreateResumeCommand.ts
NodeApp/src/commander/user/subcommands/working.zip
+0
-0
0 additions, 0 deletions
NodeApp/src/commander/user/subcommands/working.zip
with
4 additions
and
5 deletions
NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts
+
4
−
5
View file @
d01ad018
...
@@ -8,7 +8,6 @@ import path from 'path';
...
@@ -8,7 +8,6 @@ import path from 'path';
import
TextStyle
from
"
../../../types/TextStyle
"
;
import
TextStyle
from
"
../../../types/TextStyle
"
;
import
GitlabManager
from
"
../../../managers/GitlabManager
"
;
import
GitlabManager
from
"
../../../managers/GitlabManager
"
;
import
User
from
"
../../../sharedByClients/models/User
"
;
import
User
from
"
../../../sharedByClients/models/User
"
;
import
test
from
"
node:test
"
;
type
CommandOptions
=
{
id
:
string
,
nameFile
:
string
,
full
:
boolean
,
test
:
boolean
}
type
CommandOptions
=
{
id
:
string
,
nameFile
:
string
,
full
:
boolean
,
test
:
boolean
}
...
@@ -24,7 +23,7 @@ class UserCreateResumeCommand extends CommanderCommand {
...
@@ -24,7 +23,7 @@ class UserCreateResumeCommand extends CommanderCommand {
.
option
(
'
--test
'
,
'
test command
'
)
.
option
(
'
--test
'
,
'
test command
'
)
.
action
(
this
.
commandAction
.
bind
(
this
));
.
action
(
this
.
commandAction
.
bind
(
this
));
}
}
// protected async commandAction(options: { name: string }): Promise<void> {
protected
async
commandAction
(
options
:
CommandOptions
):
Promise
<
void
>
{
protected
async
commandAction
(
options
:
CommandOptions
):
Promise
<
void
>
{
// check privileges
// check privileges
console
.
log
(
chalk
.
cyan
(
'
Please wait while we are exporting the resume...
'
));
console
.
log
(
chalk
.
cyan
(
'
Please wait while we are exporting the resume...
'
));
...
...
This diff is collapsed.
Click to expand it.
NodeApp/src/commander/user/subcommands/working.zip
deleted
100644 → 0
+
0
−
0
View file @
a57afe31
File deleted
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment