File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
examples/xtd.core.examples/processes/process_with_standard_output_redirection Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ xtdc run
1818## Output
1919
2020```
21- xtdc version 1.0. 0, © 2021 by Gammasoft
21+ xtdc version 0.2. 0, (c) 2025 by Gammasoft
2222
2323Usage: xtdc [<options> | command [<command-argument>] [<command-options>]]
2424
@@ -29,6 +29,7 @@ options:
2929
3030command:
3131 new Initializes project.
32+ generate Generate project from existing source files.
3233 add Adds new project to project.
3334 update Regenerates a project.
3435 run Compiles and immediately executes a project.
@@ -42,7 +43,7 @@ command:
4243 documentation Open xtd documentation.
4344 examples Open xtd examples.
4445 guide Open xtd reference guide.
45- web Open Gammasoft website.
46+ web Open xtd website.
4647 help Show help.
4748
4849Run 'xtdc command --help' for more information on a command.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ auto main() -> int {
1212
1313// This code produces the following output :
1414//
15- // xtdc version 0.2.0, © 2024 by Gammasoft
15+ // xtdc version 0.2.0, (c) 2025 by Gammasoft
1616//
1717// Usage: xtdc [<options> | command [<command-argument>] [<command-options>]]
1818//
@@ -23,6 +23,7 @@ auto main() -> int {
2323//
2424// command:
2525// new Initializes project.
26+ // generate Generate project from existing source files.
2627// add Adds new project to project.
2728// update Regenerates a project.
2829// run Compiles and immediately executes a project.
@@ -36,7 +37,7 @@ auto main() -> int {
3637// documentation Open xtd documentation.
3738// examples Open xtd examples.
3839// guide Open xtd reference guide.
39- // web Open Gammasoft website.
40+ // web Open xtd website.
4041// help Show help.
4142//
42- // Run 'xtdc command --help' for more information on a command.
43+ // Run 'xtdc command --help' for more information on a command.
You can’t perform that action at this time.
0 commit comments