Skip to content

Commit

Permalink
Move guide example to cli so that it publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Nov 24, 2024
1 parent bd804c7 commit 538459a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions cli/src/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ pub fn init_command(args: &GTInitCommand) -> Result<()> {
const GUIDE_FILES: &'static [(&str, &str)] = &[
(
"guide.type",
include_str!("../../../examples/01-guide/guide.type"),
include_str!("../../examples/guide/guide.type"),
),
(
"module.type",
include_str!("../../../examples/01-guide/module.type"),
include_str!("../../examples/guide/module.type"),
),
];

Expand Down
1 change: 1 addition & 0 deletions examples/01-guide

0 comments on commit 538459a

Please sign in to comment.