This repository contains examples for cliw
(command line in web).
-
The recommended way to use
cliw
for getting command line arguments is to not use cliw, but use a web-enabled clapwe-clap
. See thewe-clap_demo
for basic recommended use. -
The
we-clap_egui_demo
shows a working example of how to use we-clap with egui. -
Cliw can be used with regular
clap
but it is a little more work.cliw_clap_demo
-
Cliw can be used without clap.
cliw_demo
Copyright 2025 Richard Gould except for we-clap_egui_demo is modified from eframe_template.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.