package com.beijunyi.parallelgit.filesystem.commands; public interface GfsCommandResult { boolean isSuccessful(); }