mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-28 15:22:24 +01:00
We are parsing required scalar values and handle parse-errors correctly, to the point were we make a simple, non-upload doit() call. It shows that we seem to build invalid calls, for now,but that's nothing we can't fix once the time is ripe. Next goals will be related to finalizing the argument parsing code. Fixes #60
32 lines
762 B
YAML
32 lines
762 B
YAML
mkdocs:
|
|
## A directory to bring us from the mkdocs invocation directory to the gen-root
|
|
gen_root_dir: ..
|
|
site_dir: build_html
|
|
# if docs_dir changes, remember to update the sources as well.
|
|
docs_dir: docs
|
|
mako:
|
|
post_processor_module: cli
|
|
make:
|
|
id: cli
|
|
target_name: CLIs
|
|
target_suffix: -cli
|
|
aggregated_target_suffix: -cli
|
|
depends_on_suffix: ''
|
|
documentation_engine: mkdocs
|
|
templates:
|
|
- source: ../LICENSE.md
|
|
- source: ../Cargo.toml
|
|
- source: docs/commands.md
|
|
- source: mkdocs.yml
|
|
- source: README.md
|
|
- source: main.rs
|
|
output_dir: src
|
|
cargo:
|
|
build_version: "0.0.1"
|
|
keywords: [cli]
|
|
is_executable: YES
|
|
dependencies:
|
|
- docopt = "= 0.6.59"
|
|
- docopt_macros = "= 0.6.59"
|
|
- rustc-serialize = "*"
|