Skip to content

Commit

Permalink
package_apis: add explanatory remarks about client script
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Jul 11, 2024
1 parent 1961952 commit 3ce83f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cookbook/package_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Thus, when developing on a fake node, you must first build and start any depende

#### Process

The `client` process here is a [script](../cookbook/writing_scripts.md).
In general, importers of APIs are just processes, but in this case, it made more sense for this specific functionality to write it as a script.
The `Args` and `Command` `struct`s set up command-line parsing and are unrelated to the WIT API.

```rust
{{#includehidetest ../code/remote_file_storage/client/client/src/lib.rs}}
```
Expand Down

0 comments on commit 3ce83f8

Please sign in to comment.