+1
-1
| { | ||
| "name": "tracklify", | ||
| "version": "1.0.4", | ||
| "version": "1.0.6", | ||
| "description": "Tracklify CLI integration tool (get active task)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+3
-3
@@ -36,3 +36,3 @@ #!/usr/bin/env node | ||
| }, | ||
| description: 'Get current tracked task URL', | ||
| description: 'Get current tracked task URL 🔗', | ||
| }, | ||
@@ -43,7 +43,7 @@ 'taskname': { | ||
| }, | ||
| description: 'Get current tracked task name', | ||
| description: 'Get current tracked task name ✒', | ||
| }, | ||
| } | ||
| if (!Object.keys(callers).includes(cmd)) { | ||
| let e = 'Wrong argument. Supported commands:\n'; | ||
| let e = 'Wrong argument 🤷♂️ Supported commands:\n'; | ||
| Object.keys(callers).forEach((el) => { | ||
@@ -50,0 +50,0 @@ e += `${el.padStart(10, ' ')} - ${callers[el].description}\n`; |
2030
1.1%