brgmnn / fish-docker-compose

Fish shell completions for docker-compose
MIT License
74 stars 10 forks source link

Fix file version regex not recognising decimals #10

Closed brgmnn closed 7 years ago

brgmnn commented 7 years ago

When parsing docker-compose.yml for the file version, decimal values are now recognised. File versions such as 2.1 should now be correctly recognised.

Fixes #9