• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //! ## Next Steps
2 //!
3 //! - [Cookbook][crate::_cookbook] for application-focused examples
4 //! - Explore more features in the [API reference][super]
5 //!
6 //! For support, see [Discussions](https://github.com/clap-rs/clap/discussions)
7 
8 #![allow(unused_imports)]
9 use crate::builder::*;
10 
11 pub use super::chapter_4 as previous;
12 pub use crate::_tutorial as table_of_contents;
13