Output Command Execution

The oce outputs the command you executed. The result includes two things:

  1. An executed command
  2. The result of it

Usage

Examples are here.

A command example is below.

```bash $ oce git status

The result is

$ git status On branch main

No commits yet

Untracked files: (use "git add ..." to include in what will be committed) ../../.gitignore ../../Cargo.toml ../ ../../result ../../src/

nothing added to commit but untracked files present (use "git add" to track)

```

License

OCE is MIT Licensed.