sneakertack/nvar

Add option to ignore assignments that don't include the 'export' prefix.

Opened this issue · 0 comments

An edge-case option for people who:

  1. already have Bash config scripts with a mix of exported and unexported assignments, and
  2. want nvar to behave like source in saving only the exported ones.

Option would most likely be named requireExport.