refactor(search): add custom parser function for limit option by ysknsid25 · Pull Request #41 · honojs/cli

The option function in commander.js appears to accept a callback function as its third argument, which is used to validate and parse the option. This allows the arguments to be validated within the...