File: reset_console_windows.go

package info (click to toggle)
hub 2.14.2~ds1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,376 kB
  • sloc: sh: 1,049; ruby: 857; makefile: 89
file content (9 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
// +build windows

package github

import "github.com/github/hub/cmd"

// This does nothing on windows
func setConsole(cmd *cmd.Cmd) {
}