program()
  .description("calculator")
  .add(
    command<Args>(["add"])
      .description("Add one or more numbers to 0")