oce 0.0.2

Output Command Execution
Documentation
# 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](https://github.com/tkeiyama/oce/tree/main/examples).

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 <file>..." 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](./LICENSE).