Skip to content

Commit e364784

Browse files
committed
Update DEVELOPER_GUIDE.md
1 parent 3e79831 commit e364784

File tree

5 files changed

+2
-40
lines changed

5 files changed

+2
-40
lines changed

DEVELOPER_GUIDE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ version number.
1313

1414
The following instructions will guide you to adding a Carlo langauge subcommand.
1515

16-
1. Create a Cargo library package in the `subcommands` directory with the name `sc`, where `sc` is your desired subcommand name.
16+
1. Create a Cargo library package in the `subcommands` directory with the name `sc`, where `sc` is your desired subcommand name. The package should have name `carlo-sc`.
1717

18-
2. Create a function in your subcommand library named `sc::sc`. It is recommended that you import `carlotk::prelude::*` so you can use the Carlo tokenizer, parser, and environment utilities. Your function must have the following signature: `fn(CliArgs) -> ()`.
18+
2. Create a function in your subcommand library named `sc`. It is recommended that you import `carlotk::prelude::*` so you can use the Carlo tokenizer, parser, and environment utilities. Your function must have the following signature: `fn(CliArgs) -> ()`.
1919

2020
3. Create the following entry in `Cargo.toml`.
2121

subcommands/latex/help_latex.txt

-10
This file was deleted.

subcommands/repl/help_repl.txt

-12
This file was deleted.

subcommands/run/help_run.txt

-10
This file was deleted.

subcommands/version/help_version.txt

-6
This file was deleted.

0 commit comments

Comments
 (0)