github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/command/flag/memory_with_unlimited.go (about)

     1  package flag
     2  
     3  type MemoryWithUnlimited int64
     4  
     5  //TODO:Code for this flag exists in cf/formatters/bytes.go, move tests from there to here
     6  func (m *MemoryWithUnlimited) UnmarshalFlag(val string) error {
     7  	return nil
     8  }