Home Explore Blog CI



e5a5fd55531d8a05c9e838098a32999417a5774d259140a00000000200002b07.png

Extracted Text
/home/jonathan/Source/nushell(master)> open Cargo.toml -----------------+-----------------+-------------------+-----------------+-----------------+ bin | dependencies | dev-dependencies | lib | package | -----------------+-----------------+-------------------+-----------------+-----------------+ [11 items] | [object] | [object] | [object] | [object] -----------------+-----------------+-------------------+-----------------+-----------------+
Explanation
The image shows a terminal output. It shows the prompt with the path `/home/jonathan/Source/nushell(master)>` and the command `open Cargo.toml`. The rest of the image shows the output of the command displaying a table-like structure with columns such as `bin`, `dependencies`, `dev-dependencies`, `lib`, and `package`, and their corresponding values such as `[11 items]` and `[object]`.