github.com/elopio/cli@v6.21.2-0.20160902224010-ea909d1fdb2f+incompatible/commands/flags/memory_with_unlimited.go (about)

     1  package flags
     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  }