Fork me on GitHub
#babashka
<
2024-03-07
>
eval202022:03:35

Is it just me or could the divider between task-name and task-desc be a bit wider for better readability?

$ bb tasks
The following tasks are available:

foooof foo task
barrab bar task
baz    baz task

eval202022:03:52

Compare bbin:

$ bbin -h
Version: 0.2.0

Usage: bbin <command>

  bbin install    Install a script
  bbin uninstall  Remove a script
  bbin ls         List installed scripts
  bbin bin        Display bbin bin folder
  bbin version    Display bbin version
  bbin help       Display bbin help
  bbin migrate    Migrate from bbin v0.1.x

eval202022:03:45

Ruby’s rake has an explicit divider (longest command):

$ rake -T
,,,
rake action_mailbox:install:migrations  # Copy migrations from action_mailbox to application
,,,,