Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Nov 27, 2023
1 parent bf39b10 commit f067f92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ A simple editor package for Golang CLIs. Similar to `kubectl patch`.

![](img/example-edit.gif)

## Configuration

This package will respect the `$EDITOR` environment variable when launched. By
default if no env var is found, it will use `vim` to edit the requested file.

## Usage

This repo is meant to be used as a package for other Golang CLI projects.
Expand Down

0 comments on commit f067f92

Please sign in to comment.