getUsage static method

dynamic getUsage(
  1. dynamic commands
)

Implementation

static getUsage(commands) => ArgumentParser(commands).usage;