Skip to content

Commit

Permalink
-d alias for --dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed May 21, 2024
1 parent 6c8e618 commit 966e208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { flag, hiddenFlag, arg, rest } = require('paparam')
module.exports = [
arg('<link|dir>', 'Pear link, alias or directory to run app from'),
rest('[...app-args]', 'Application arguments'),
flag('--dev', 'Enable --devtools & --updates-diff'),
flag('--dev|-d', 'Enable --devtools & --updates-diff'),
flag('--devtools', 'Open devtools with application [Desktop]'),
flag('--updates-diff', 'Enable diff computation for Pear.updates'),
flag('--no-updates', 'Disable updates firing via Pear.updates'),
Expand Down

0 comments on commit 966e208

Please sign in to comment.