From 2b7d93c25c9040a3678ce714ba2be417ecaea286 Mon Sep 17 00:00:00 2001 From: Charlike Mike Reagent Date: Wed, 6 Jun 2018 10:51:15 +0300 Subject: [PATCH] feat: rename --path to --maidfile and remove the alias Signed-off-by: Charlike Mike Reagent --- bin/cli.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/cli.js b/bin/cli.js index dac8aa1..0d27e0e 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -31,11 +31,10 @@ cli.option('quiet', { default: false }) -cli.option('path', { +cli.option('maidfile', { desc: 'Path to markdown file', type: 'string', - default: 'maidfile.md', - alias: 'p' + default: 'maidfile.md' }) cli.option('section', {