mirror of
https://github.com/charmbracelet/glow
synced 2025-03-04 23:07:12 +00:00
Remove more old code for specifying SSH paths
This commit is contained in:
parent
a705921a96
commit
6e7cea7e52
1 changed files with 0 additions and 15 deletions
15
stash_cmd.go
15
stash_cmd.go
|
@ -15,11 +15,6 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
/*
|
||||
identityFile string
|
||||
forceKey bool
|
||||
*/
|
||||
|
||||
memo string
|
||||
|
||||
stashCmd = &cobra.Command{
|
||||
|
@ -66,16 +61,6 @@ func getCharmConfig() *charm.Config {
|
|||
log.Fatal(err)
|
||||
}
|
||||
|
||||
/*
|
||||
if identityFile != "" {
|
||||
cfg.SSHKeyPath = identityFile
|
||||
cfg.ForceKey = true
|
||||
}
|
||||
if forceKey {
|
||||
cfg.ForceKey = true
|
||||
}
|
||||
*/
|
||||
|
||||
return cfg
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue