Skip to content

Commit edb982a

Browse files
committed
review code
1 parent c882bcc commit edb982a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

examples/xtd.core.examples/processes/process_with_standard_output_redirection/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2323
Usage: xtdc [<options> | command [<command-argument>] [<command-options>]]
2424
@@ -29,6 +29,7 @@ options:
2929
3030
command:
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
4849
Run 'xtdc command --help' for more information on a command.

examples/xtd.core.examples/processes/process_with_standard_output_redirection/src/process_with_standard_output_redirection.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)