joao/cmd/util.go
Roberto Hidalgo c94f1cda76 add redact command
uniformize extension completion
abstract config.AsFile(path)
2023-01-14 17:29:02 -06:00

6 lines
164 B
Go

// Copyright © 2022 Roberto Hidalgo <joao@un.rob.mx>
// SPDX-License-Identifier: Apache-2.0
package cmd
var fileExtensions = []string{"joao.yaml", "yaml", "yml"}