vi / execfuse

Turn a bunch of scripts into a FUSE filesystem
Other
30 stars 11 forks source link

add docs for close #10

Closed bAndie91 closed 5 years ago

bAndie91 commented 5 years ago

sorry i left out documentation

vi commented 5 years ago

Shall it mention that close is called only in one of two modes (i.e. when open script returned some file)?

bAndie91 commented 5 years ago

@vi, you are right. however, is not it be better to call close on both modes? what do you think?