mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
as Value is not an argparse.Action, and it is not passed as the argument of the "action" parameter. neither does it implement the `__call__` function. so just derive it from object. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>