@evanpurkhiser/tooling-personal
Advanced tools
Comparing version 1.25.0 to 1.26.0
@@ -12,3 +12,3 @@ "use strict"; | ||
const selected = await fzf_1.fzfSelect({ | ||
prompt: 'Select commit(s) for PR:', | ||
prompt: 'Select commit(s):', | ||
genValues: addOption => commits.all.forEach(commit => { | ||
@@ -15,0 +15,0 @@ const shortHash = commit.hash.slice(0, 8); |
{ | ||
"name": "@evanpurkhiser/tooling-personal", | ||
"version": "1.25.0", | ||
"version": "1.26.0", | ||
"description": "Evan Purkhiser's personal tooling", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/evanpurkhiser/tooling-personal", |
23137