torque 29175d07ce
command: add a method for creating owned interfaces
This allocates the interface with its own arena allocator, allowing it
to live beyond its stack lifetime. This enables some useful patterns
for composing a CLI from multiple functions or files. This is actually
probably the preferred method over `create_parser` in most
circumstances.
2023-08-04 00:14:40 -07:00
..
2023-07-19 00:32:14 -07:00
2023-07-31 12:40:37 -07:00