Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
bartmichu committed May 20, 2023
1 parent a06f359 commit 540749c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions urbstat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,6 @@ cli.command('current-activities', 'Get current activities.\nRequired rights: pro
.example('Get a sorted table, skip PAUSED activities', 'current-activities --format "table" --sort "progress" --skip-paused')
.example('Get three activities with longest ETA', 'current-activities --format "table" --sort "eta" --max 3 --reverse')
.example('Get CURRENT activities of selected client', 'current-activities --format "table" --sort "eta" --client "office"')

.option('--format <format:activitiesFormatValues>', 'Change the output format.', {
default: getConfigValue('URBSTAT_ACTIVITIES_FORMAT')
})
Expand Down Expand Up @@ -1271,5 +1270,4 @@ cli.command('client', 'Get all information about one client.\nRequired rights: s
}
});


cli.parse(Deno.args);

0 comments on commit 540749c

Please sign in to comment.