Code Monkey home page Code Monkey logo

clishe's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

linecode

clishe's Issues

Example does not build, is this project still alive?

Hi,
I stumbled upon clishe yesterday and tried to test it. Alas, the build fails with:

$ cargo run --example complete
...
   Compiling clishe v0.2.5-alpha.0 (/tmp/asd-mox/home/mox/scratch/clishe)
error[E0046]: not all trait items implemented, missing: `into_app_for_update`, `augment_clap_for_update`
  --> src/shell.rs:7:1
   |
7  | / impl<C, R, A> ::clap::IntoApp for crate::Shell<C, R, A>
8  | |     where A: ::clap::Clap + crate::Command<C, R>,
9  | | {
10 | |     fn into_app<'b>() -> ::clap::App<'b> {
...  |
18 | |     }
19 | | }
   | |_^ missing `into_app_for_update`, `augment_clap_for_update` in implementation
   |
   = help: implement the missing item: `fn into_app_for_update() -> App<'help> { todo!() }`
   = help: implement the missing item: `fn augment_clap_for_update(_: App<'_>) -> App<'_> { todo!() }`

error[E0046]: not all trait items implemented, missing: `update_from_arg_matches`
  --> src/shell.rs:20:1
   |
20 | / impl<C, R, A> ::clap::FromArgMatches for crate::Shell<C, R, A>
21 | |     where A: ::clap::Clap + crate::Command<C, R>,
22 | | {
23 | |     fn from_arg_matches(_matches: &::clap::ArgMatches) -> Self {
...  |
29 | |     }
30 | | }
   | |_^ missing `update_from_arg_matches` in implementation
   |
   = help: implement the missing item: `fn update_from_arg_matches(&mut self, _: &ArgMatches) { todo!() }`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0046`.
error: could not compile `clishe`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed

Beside that, seeing the last commit is 12 month ago, have you implemented everything you wanted in the project, i.e. you don't need to update it anymore, or did you abandon it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.